home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
jet_boat.swf
/
scripts
/
DefineButton2_104
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
130 b
|
9 lines
on(release){
_root.snd.PlayMus(1);
if(--_root.map == 0)
{
_root.map = 4;
}
gotoAndStop(_root.map);
}